home *** CD-ROM | disk | FTP | other *** search
/ Video Toaster 4.2 / Video Toaster v4.2.iso / arexx / cg / boxmakerscripts / otherboxes.rexx < prev    next >
OS/2 REXX Batch file  |  1996-02-21  |  338b  |  14 lines

  1. /* OtherBoxes.rexx -- A Box Attribute Setter*/
  2. /* By A. Random User ©1994 NewTek, Inc. */
  3. /* (Based on a program by Bob Caron.)   */
  4.  
  5. call addlib(CG_AREXX,0)
  6.  
  7. call set_char(face,commonthin.10)
  8. CALL MAKELINE()
  9. CALL MAKELINE()
  10. CALL MAKERECT(25,222,244,131)
  11. CALL MAKELINE()
  12. CALL MAKELINE()
  13. CALL MAKERECT(352,119,322,36)
  14. CALL REMLIB(CG_AREXX)